From: Dan Nicolaescu Date: Fri, 6 Aug 2010 20:05:40 +0000 (-0700) Subject: * sysdep.c: Remove declarations. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~7036 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fcf66cc4cd0b3de3a34832d6362010585279cc5b;p=emacs.git * sysdep.c: Remove declarations. --- diff --git a/src/sysdep.c b/src/sysdep.c index 6e5adc8ec87..331be6d5997 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -96,8 +96,6 @@ along with GNU Emacs. If not, see . */ #include #endif /* USG */ -extern int quit_char; - #include "keyboard.h" #include "frame.h" #include "window.h" @@ -114,11 +112,6 @@ extern int quit_char; #include #endif -/* For serial_configure and serial_open. */ -extern Lisp_Object QCport, QCspeed, QCprocess; -extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven; -extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary; - #ifdef WINDOWSNT #include /* In process.h which conflicts with the local copy. */